home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Puzzle / clicknslide.swf / scripts / DefineButton2_111 / BUTTONCONDACTION on(release).as < prev    next >
Encoding:
Text File  |  2006-06-13  |  224 b   |  9 lines

  1. on(release){
  2.    gotoAndStop(2);
  3.    _parent.puzzle.reset();
  4.    _parent.puzzle.puzzlesize = _parent.puzzle.newpuzzlesize;
  5.    _parent.puzzle.buildPuzzle();
  6.    _parent.puzzle.BuildArray();
  7.    _parent.puzzle.shuffle();
  8. }
  9.